Interface UserAppManager

All Superinterfaces:
IPCObject
All Known Implementing Classes:
UserAppManagerImpl

public interface UserAppManager extends IPCObject
Information provided by the PKI file:

    \class UserAppManager
    
    \brief User App Manager.
    
Author:
Auto-generated
  • Method Details

    • addGlobalApp

      boolean addGlobalApp(String filename)
      Parameters:
      filename - Takes in a parameter of filename
      Returns:
      boolean Returns a boolean
    • removeGlobalApp

      void removeGlobalApp(String id)
      Parameters:
      id - Takes in a parameter of id
    • getGlobalAppCount

      int getGlobalAppCount()
      Returns:
      int Returns a int
    • getGlobalAppAt

      UserDesktopAppConfig getGlobalAppAt(int index)
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserDesktopAppConfig Returns a UserDesktopAppConfig
    • getGlobalApp

      UserDesktopAppConfig getGlobalApp(String id)
      Parameters:
      id - Takes in a parameter of id
      Returns:
      UserDesktopAppConfig Returns a UserDesktopAppConfig
    • getGlobalAppByPath

      UserDesktopAppConfig getGlobalAppByPath(String filename)
      Parameters:
      filename - Takes in a parameter of filename
      Returns:
      UserDesktopAppConfig Returns a UserDesktopAppConfig